+2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * mouse.el (mouse-region-delete-keys): Add deletechar.
+
2002-03-03 Sam Steingold <sds@gnu.org>
* play/snake.el (snake-score-file): Fixed parens (broken by the
;; Momentarily show where the mark is, if highlighting doesn't show it.
-(defvar mouse-region-delete-keys '([delete])
+(defvar mouse-region-delete-keys '([delete] [deletechar])
"List of keys which shall cause the mouse region to be deleted.")
(defun mouse-show-mark ()